From: Richard M. Stallman Date: Tue, 31 Dec 1996 04:49:28 +0000 (+0000) Subject: (dired-do-chxxx): Use -- as arg X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82280 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=63ba033ea116e1867e36c9b087b2efb62080ef3c;p=emacs.git (dired-do-chxxx): Use -- as arg so that the file name is never taken as an option. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 69ea15922c4..c8e37ea340a 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -98,7 +98,7 @@ With prefix arg, prompt for argument SWITCHES which is options for `diff'." (setq failures (dired-bunch-files 10000 (function dired-check-process) - (list operation program new-attribute) + (list operation program new-attribute "--") files)) (dired-do-redisplay arg);; moves point if ARG is an integer (if failures